home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 272_01 / vidpage.doc < prev    next >
Text File  |  1986-09-23  |  636b  |  39 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.         NAME
  7.                 vidpage -- set a video page as active page
  8.  
  9.         SYNOPSIS
  10.                 void vidpage(page);
  11.                 int page;      0-7 depending upon mode
  12.  
  13.  
  14.         DESCRIPTION
  15.         This function sets the video display page to any page 0-7
  16.         subject to the effective video mode.  Note that the 
  17.         monochrome card does not support video pages and therefore
  18.         this function will have no effect.
  19.  
  20.  
  21.  
  22.         EXAMPLE
  23.  
  24.              vidpage(0);    default lowest page
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.         This function is found in SMDLx.LIB for the Datalight Compiler
  39.